home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / tribbs / secck20.zip / HISTORY.DOC < prev    next >
Text File  |  1996-05-28  |  6KB  |  109 lines

  1. 05/28/96 - Security Check! v2.0 Released to Public
  2.  
  3.            The config file has changed.. Please refer to the example
  4.            secure.cfg file and compare it to your existing config files for
  5.            changes that were made. Also this is documented in the Secure.doc
  6.            file.
  7.  
  8.            NEW for All Users:
  9.  
  10.               Security Check now uses a new Key file and previous registered
  11.               users will have to request a new key file..
  12.  
  13.               Security Check now uses different formats for the questions
  14.               when it grabs a caller for checking..
  15.  
  16.                 Date Of Birth's Format used to be: MMDDYY
  17.                 Now it uses a Format like: MM/DD/YY
  18.  
  19.                 Phone Number Format used to be: ##########
  20.                 Now it uses a Format like: ###-###-####
  21.  
  22.               Hopefully this is more accustom to what callers are used to
  23.               and will help eliminate confusion.. :)
  24.  
  25.           NEW for Registered Users:
  26.  
  27.               Security Check now writes information to the TriBBS Callers.log
  28.               file. It will write infomation stating a caller was selected,
  29.               any incorrect information a caller has entered, dropped carrier,
  30.               time expired, and if the caller failed or passed the Security
  31.               Check door.
  32.  
  33.               Security Check will create a file called Caller.dat in the
  34.               directory of you choice. This is a database of callers name and
  35.               last date checked by Security Check. The way this works, for now
  36.               at least, is if a caller is selected by Security Check, then it
  37.               will record the callers name and date when he/she was checked..
  38.               Therefore, if the caller calls again the same day, then it will
  39.               not bother them again that day. If the caller calls back the
  40.               next day, or in the future, it will compare the last date called
  41.               from the database with your systems date and if they are
  42.               different then Security Check may or may not grab them. This
  43.               also depends on the chance percent for selection that you enter
  44.               in the config file.
  45.  
  46. 02/12/96 - If a new user security level was included between your Min. & Max.
  47.            Security level definements in the Config file, Secure Check would
  48.            always come up on a new user right after they logged in. I added
  49.            support to check the users record now to see if they are a first
  50.            time caller, if so, then Secure Check will bypass them that first
  51.            logon time.
  52.  
  53.            Updated the Config Maker Util to use the new Graphical inferface
  54.            that I now use..
  55.  
  56. 10/25/95 - If a sysop set a callers account time beyond 540 minutes, Secure
  57.            Check would show a time expired when the caller tried to log on.. 
  58.            TriBBS currently has a minor bug in the creatation of the Door.sys 
  59.            when it calulates the Seconds field and would cause a negative 
  60.            number if a caller time was beyond 540 mins. Mark Goodwin is aware 
  61.            of this bug and will correct it when he gets the chance. But for 
  62.            now, I trick, the Secure Check door into using the mins field if 
  63.            it finds the seconds field with a negative number. This should stop 
  64.            the "Time Expired" problem. TRICKED! :)
  65.  
  66.  
  67. 09/04/95   Now allows users to leave up to a 3 line message to the Sysop
  68.            Stating why they failed their logon attempt. This message 
  69.            will be written to the Failed log you specific and to the User
  70.            Specific Sreen for the Sysop. This program MUST be registered
  71.            inorder for Security Check! to write this information.
  72.  
  73. 08/29/95   Registration Doc's Revisions only!
  74.  
  75. 07/28/95   Reworked some com routines for other type's of BBS software 
  76.            that uses "Door.sys", but does not follow standard completly.
  77.            Basically, If com port is 0, then all other com values are
  78.            now set to "NULL".
  79.  
  80.            Corrected more minor typo's in secure.exe program.
  81.  
  82.            Security Check! will now run in local mode if a config file
  83.            is NOT specified. All fields will be filled with dummy info.
  84.            However, if a sysop enters a config file with a wrong name,
  85.            Security Check! will error out and report your problem to
  86.            the error.log.
  87.  
  88. 07-19-95   Corrected some minor typo's in both Config.exe and the
  89.            main program Secure.exe.
  90.                 
  91.            Although Security Check would break the connection and drop
  92.            carrier between a Romote caller and the Local end (BBS)
  93.            when a caller failed any question, I was allowing Local 
  94.            mode callers, (Sysops) to continue logging on to the BBS.
  95.            Well, this gave the appearence to some Sysops that the 
  96.            program would not "Drop Carrier". 
  97.            Well, Folks, you can't Dropped Carrier on someone that is
  98.            not calling through a Com Port. Therefore I now force
  99.            Security Check to return to the BBS when anyone fails the
  100.            any question for either Local or Remote callers. 
  101.                 
  102.            Caught a problem with the [F1] key in Secure.exe, if someone 
  103.            hit this key, it would blank the screen.... FIXED!
  104.  
  105.            Forgot to take out the Error trapping routine for the
  106.            [ESC] key in Config.exe causing the program stop in the 
  107.            middle of creating a config file.... FIXED!
  108.  
  109.